home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Frameworks / Extension Shell 1.4 / Extension Shell 1.4 (Source) / ShowIcon.h < prev    next >
Text File  |  1995-10-30  |  506b  |  21 lines

  1. /*    NAME:
  2.         ShowIcon.h
  3.  
  4.     WRITTEN BY:
  5.         Dair Grant
  6.                  
  7.     DESCRIPTION:
  8.         Header file for ShowIcon.c.
  9.  
  10.     ___________________________________________________________________________
  11. */
  12. #ifndef __SHOWICON__
  13. #define __SHOWICON__
  14. //=============================================================================
  15. //        Function prototypes
  16. //-----------------------------------------------------------------------------
  17. void    PlotINITIcon(Boolean haveSys7, short animDelay, short numIcons, short (*theIcons)[]);
  18.  
  19.  
  20. #endif
  21.